Split complex tasks into simpler subtasks
https://platform.openai.com/docs/guides/prompt-engineering/split-complex-tasks-into-simpler-subtasks
https://platform.openai.com/docs/guides/gpt-best-practices/split-complex-tasks-into-simpler-subtasks
ソフトウェア開発のように、分割統治
Furthermore, complex tasks can often be re-defined as a workflow of simpler tasks in which the outputs of earlier tasks are used to construct the inputs to later tasks.
#OpenAI_Prompt_engineering_Strategy
https://platform.openai.com/docs/guides/prompt-engineering/strategy-split-complex-tasks-into-simpler-subtasks
Use intent classification to identify the most relevant instructions for a user query
For dialogue applications that require very long conversations, summarize or filter previous dialogue
Summarize long documents piecewise and construct a full summary recursively